projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4c42b2
)
(Fset_char_table_default): To handle the case that CH is
author
Kenichi Handa
<handa@m17n.org>
Wed, 3 Feb 1999 02:20:53 +0000
(
02:20
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Wed, 3 Feb 1999 02:20:53 +0000
(
02:20
+0000)
an ASCII char, use SPLIT_CHAR instead of SPLIT_NON_ASCII_CHAR.
src/fns.c
patch
|
blob
|
history
diff --git
a/src/fns.c
b/src/fns.c
index ffe2b156712f86c55cb523a396877d2d35bb2251..d5f26464709498995c1605779bad975ec2d7483d 100644
(file)
--- a/
src/fns.c
+++ b/
src/fns.c
@@
-2032,7
+2032,7
@@
See also the documentation of make-char.")
CHECK_NUMBER (ch, 1);
c = XINT (ch);
- SPLIT_
NON_ASCII_
CHAR (c, charset, code1, code2);
+ SPLIT_CHAR (c, charset, code1, code2);
/* Since we may want to set the default value for a character set
not yet defined, we check only if the character set is in the